ComponentOne ASP.NET MVC Controls
TreeIndent Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : TreeIndent Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.TreeIndent. Sets the indent used to offset row groups of different levels.
Syntax
'Declaration
 
Public Overridable Function TreeIndent( _
   ByVal value As Integer _
) As TBuilder
public virtual TBuilder TreeIndent( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members